ExtensionActionType

The extension action types.

Entries

Link copied to clipboard

The page action can be applied to some web pages, but is not applicable to all pages.

Link copied to clipboard

The browser action can be applied to all web pages within a browser.

Link copied to clipboard

The chrome.action type available in Manifest V3.

Functions

Link copied to clipboard
public static ExtensionActionType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<ExtensionActionType> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.